svn path=/trunk/; revision=20799
+2008-07-06 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 507953 – gtk_tree_view_set_tooltip_column() shows markups
+
+ * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_column): Mention
+ that the tooltip is set as markup. Proposed by Czirkos Zoltan.
+
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 510225 – gtk_widget_get_composite_name retval should be freed
* When enabled, #GtkWidget::has-tooltip will be set to %TRUE and
* @tree_view will connect a #GtkWidget::query-tooltip signal handler.
*
+ * Note that the signal handler sets the text with gtk_tooltip_set_markup(),
+ * so &, <, etc have to be escaped in the text.
+ *
* Since: 2.12
*/
void